Welcome![Sign In][Sign Up]
Location:
Search - change dialog

Search list

[WinSock-NDISNetTalkN

Description: 实现了子网广播地址的自动计算。这应该是原来版本中最不好用的一个问题。时不时有网友发邮件给我,说在他们的局域网中用不了。问题其实就是子网广播地址,我是把适用我们公司用的子网广播地址写死在程序了。在其他的局域网中用,要改这个值并重新编译。所以这次把这个问题做掉了,不过解决的并不彻底。程序可以自动取到本机的IP地址,并根据该IP地址的子网掩码计算出子网广播地址。但一台机器上有可能装多个网卡,并绑定多个IP地址,一些虚拟计算机软件也会产生一些虚拟的网卡。我是最不喜欢在程序中加dialog的,所以我就自做主张的取了第一块网卡的第一个IP地址,对于绝大多数的机器这就足够了。如果你不希望用第一块网卡的第一个IP地址,请自己修改程序目录下的conf.ini文件,填入IP地址和相应的子网广播地址就可以了。子网广播地址的计算方法为:(0xFFFFFFFF ^ 子网掩码) | (IP地址 & 子网掩码)。 -realized the subnet broadcast address to the automatic calculation. This should be the original version of the worst of a problem. From time to time a netizen mail to me that in their LAN impossible. Is actually subnet broadcast address, I can apply to our company with the subnet broadcast address was dead in the proceedings. In other LAN used to change the value and recompiled. So, the issue of doing the swap, but is not completely resolved. Automatic procedures can be obtained from the machine's IP address, and according to the IP address and Subnet Mask calculated subnet broadcast address. However, a machine may be loaded with multiple cards, and bundled with a number of IP addresses, Some virtual computer software will also have some virtual card. I most dislike the process increas
Platform: | Size: 58150 | Author: yanghx | Hits:

[GUI DevelopBackColorFormView

Description: The sample demonstrate how to change background color of dialog , The demo is from <<MFC anwser book>>-The sample demonstrate how to change backg round color of dialog, The demo is from
Platform: | Size: 22094 | Author: 曾晖 | Hits:

[Multimedia programusing_gdi_

Description: CGdiplusFileOpenDialog和CGdiplusFileSaveAsDialog类提供了一个在GDI+的MFC应用程序轻松实现文件打开和保存对话框的方法。 主要特点是: 1、它们可以动态地装入关于支持图像的解码器/编码器和构建文件过滤清单。 2、它们可以获得当前图像编码器标识码(CLSID)以供需要将其作为一个参数的GDI+函数使用。 3、它们可以检查和验证文件名和扩展名。-CGdiplusFileOpenDialog and CGdiplusFileS aveAsDialog category provided a GDI in the MFC applications easier to achieve open and save documents dialog box method. Main features are : 1, which can dynamically loaded on the support image decoder / encoder filter paper and building inventories. 2. They can present image coding device identifier (CLSID) to supply and demand to change its parameters as a letter to the GDI a few use. 3, and they can check to verify file name and extension.
Platform: | Size: 719210 | Author: lilanxia | Hits:

[Dialog_WindowResizeDialog

Description: 这是一个继承CDialog类的一个对话框类,其中实现了对话框的动态变动大小,包括对话框上面的按钮随着对话框的变化而变化,非常好的一个,已经实际应用好几次-This is a kind of inheritance CDialog a dialog box category, a dialog box in which to achieve the dynamic changes in the size, including dialog with the top button of the dialog box and change. a very good one, has several practical applications
Platform: | Size: 105353 | Author: 阿飞发 | Hits:

[Other resourceDialog_vc

Description: 示例对话框应用程序,设置格式菜单,改变窗口中文字的字形与颜色-example dialog applications, setting up the format menu and change the text window and font colors
Platform: | Size: 41387 | Author: 胡娟 | Hits:

[Other resourcevc_jiqiaoshili_part2_3

Description: Visual.C++程序设计技巧与实例--配套光盘 第2章 MSDEV集成环境与VC编译器 共1个实例 1. MyAppwizard:定制一个AppWizard 第3章 对话框和控件 本章共有15个实例: 1. RedBK 改变对话框背景颜色 2. BitmapBK为对话框设置一幅背景图 3. DlgDemo创建和使用非模式对话框 4. ESCNoExit按ESC时对话框不退出 5. DlgToolTip实现对话框控件的ToolTip 6. SmoothDlg实现对话框的淡入淡出效果 7. IrregularDlg实现不规则对话框 8. FullScreenDlg实现全屏对话框 9. UnClickableButton点击不到的按钮 10.BMPButton位图按钮 11.LinkBTN超链接按钮 12.RoundBTN非矩形按钮(圆形按钮) 13.MaskEdit限制编辑框中允许出现的字符 14.AutoComboBox自动完成组合框 15.ProgressBar在状态条中显示进度条-Visual.C program design techniques and examples -- matching CD Chapter 2 integrated environment with MSDEV Visual C + + compiler has an example of one. MyAppwizard : Custom AppWizard a dialog Chapter 3 of this chapter and controls a total of 15 cases : 1. RedBK change the background color of the dialog box 2. BitmapBK to set up a dialog background Figure 3. D lgDemo the creation and use of non-Mode dialog box 4. ESCNoExit by the ESC when the dialog withdrawal from the five . DlgToolTip achieve dialog controls ToolTip 6. SmoothDlg realize right dialog box Fade out of the seven results. IrregularDlg achieve irregular dialog 8. FullScr eenDlg achieve full screen dialog 9. UnClickableButton it less than a button 0.BMPButton bitmap button 11.LinkBTN hyperlink button 12.RoundBT N non-rectangular
Platform: | Size: 1197351 | Author: xixi | Hits:

[GUI DevelopCmDgTest

Description: 改变文件对话框的风格(比如大小等),值得参考-change the dialog style (such as size), worth considering
Platform: | Size: 32973 | Author: xdfd | Hits:

[ListView/ListBoxChangeIcon.611365

Description: ListBox模拟Windows中改变快捷方式图标时显示的对话框演示-simulated Windows ListBox change shortcut icon is displayed when the dialog demo
Platform: | Size: 10606 | Author: limpper | Hits:

[Dialog_WindowCbuttonSTinterface

Description: 这是一个我自己编写的小程序!里面用到了CButtonST类!在工程中添加了几个CButtonST类的文件,用以实现它在界面编成中的一些功能!对话框背景改变实在WM_ERASEBKGND消息处理函数中实现的。-my own procedures for the preparation of small! CButtonST used inside the class! In engineering CButtonST add several categories of documents to meet its interface into the functional! Dialog background of change can WM_ERASEBKGND message processing function realized.
Platform: | Size: 159243 | Author: yzl | Hits:

[Dialog_Windowres_dlg

Description: 可以改变大小,控件大小和位置随之改动的对话框,源码-can change the size, control the size and location of subsequent changes to the dialog box, FOSS
Platform: | Size: 40619 | Author: 风萧萧 | Hits:

[GUI DevelopCode

Description: 对话框用户界面程序的编写,如何向对话框控件关联数据成员及其实现机理,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理方式进行演示。实现多个输入文本框间通过回车逐一向下传递焦点的另一种巧妙方法(用缺省按钮来处理)。-dialog user interface program, how to dialog controls associated data and Implementation Mechanism members, how to use dialog category of members function to control access to this information and dialog controls category pointer, how to use direct manipulation of the dialog box controls type controls (Send Message and direct calling member function). How procedures and caused the destruction of Control. Controls dialog mode of operation of several comparative analysis of the pros. How to achieve some of the dialog and begin contraction. How to let the text dialog box procedure was activated immediately after the focus how to use SetWindowLong to change the window callback function. By changing the default text box Enter way to demonstrate it. Multiple input text box to pass down each roun
Platform: | Size: 48355 | Author: 王兰 | Hits:

[Windows DevelopCode

Description: 图形的绘制,如何使用自定义画笔(颜色,线宽,线型)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-graphics rendering, since the definition of how to use a paintbrush (color, line width, linear). How procedures for adding options menu and the option to set up the dialog box, use the standard color dialog, how to use the Font dialog box, the dialog box options to achieve preview function. Implementation Options dialog window and type of data exchange. How to change the dialog and control the background color, how to change the text color control, the right button controls special treatment. How in the window shows a bitmap.
Platform: | Size: 121150 | Author: 王兰 | Hits:

[Game ProgramMotoko-v1.0-devkit

Description: Motoko it s a 2D library to handle the graphical user interface of the game. It supports the basic controls of the windows GUI look like: PictureBox, TextBox, ListBox, LabelBox, ControlListBox, ComboBox, Button, CheckButton, Dialog, Panel, HScrollBar and VScrollBar. It uses the library CRM32Pro, so the CRM32Pro devkit will be needed to develop any application with Motoko, and it s contained in the Motoko devkit. The Motoko library is under the LGPL license, so read first the license if you want to make any change to the library.
Platform: | Size: 2191889 | Author: LiuZP | Hits:

[EditBoxAdvancedNumericEditControl

Description: The CXrNumericEdit class is derived from the normal CEdit class. To use this class Add the CXrNumericEdit source file to project. Add standard edit control Change CEdit class to CXrNumericEdit public: //Dialog Data //{{AFX_DATA(CNumericEditDlg) enum { IDD = IDD_NUMERICEDIT_DIALOG } CXrNumericEdit m_ctrlPositiveValue To get and set the value in the CXrNumericEdit control use the DDX functions. void CNumericEditDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX) //{{AFX_DATA_MAP(CNumericEditDlg) DDX_Text(pDX, IDC_POSITIVE_SAMPLE, m_dbPositiveValue) ... //}}AFX_DATA_MAP }
Platform: | Size: 40389 | Author: tennis100 | Hits:

[Dialog_Windowresizabledialog

Description: 可改变大小的对话框-can change the size of the dialog box
Platform: | Size: 97690 | Author: 露露 | Hits:

[Dialog_Window用VC++6.0实现“更改图标”对话框

Description: 用VC++6.0实现“更改图标”对话框-VC 6.0 "change icon" dialog
Platform: | Size: 37610 | Author: hkx | Hits:

[CSharpC编AVI按纽

Description: 在按纽上播放avi文件. 本程序介绍一个从CButton派生的类CAniButton,用于播放AVI动画, 象一般的CButton按钮一样使用CAniButton(Style必须包含自绘制风格), 在OnInitDialog对话框中调用LoadAVI(AVI_ID), 其中,AVI_ID是在资源文件中的动画文件的标识。 按钮将改变大小,以匹配AVI动画。其中,第一帧将用作静态外观。-button the player avi file. The procedures introduced a CButton derived from the class CAniButton, AVI animation for the broadcast, as a general CButton CAniButton use the same button (since Style must include drawing style), in OnInitDialog dialog box called LoadAVI (AVI_ID), which, AVI_ID resources in the paper's logo animation files. The button will change the size to match AVI animation. Among them, the first frame will be used as a static appearance.
Platform: | Size: 43822 | Author: 我啊 | Hits:

[Dialog_Window动态改变对话框的大小,对话框中的控件相应改变

Description: 动态改变对话框的大小,对话框中的控件相应改变-dynamic change the size of the dialog, the dialog box controls corresponding changes
Platform: | Size: 182201 | Author: 熊亮 | Hits:

[Driver DevelopMinDriverInVcxinban

Description: 在 VC 环境下编译驱动程序(MinDriver)的示例 编译方法: -------------------------------------------------------- 1. 利用 VC 打开工作区文件MinDriverInVc.dsw 2.“Project”菜单->“Settings”菜单,弹出Project Settings对话框 3. 将 Build Command Line 的最后两个参数“d: ” 和 “D:\\tony\\Xfilter_Disk\\DdkSource\\MinDriverInVc\\MinDriver” 修改为正确的路径(源代码所在的盘符和路径) 4. 按 Build 按钮编译驱动程序-in VC environment compiler driver (MinDriver) compiled examples : ------------------------------------ -------------------- 1. VC open work area documents MinDriverInVc.dsw 2. "Project" menu-gt; "Settings" menu, pop Project Settings dialog box 3 . Build Command Line to the last two parameters "d :" and "D : \\ tony \\ Xfilter_Disk \\ DdkSource \\ MinDriverInVc \\ MinDriver" change to the correct path (where the source drive and path) 4. compiled by the Build button Driver
Platform: | Size: 9671 | Author: 熊兵 | Hits:

[Dialog_Window文档背景图插入程序

Description: 本程序是基于文档和对话框的程序,其特点是在文档窗口中加入背景图,并且在对话框中添加了一些动态控件,修改一下就可以应用于自己的程序中,添加了美观性-this program is based on documents and the dialog box procedure, which was characterized in the document window into the background map, and in the dialog box to add some dynamic control, change it can be applied to their own procedures, adding beauty
Platform: | Size: 407228 | Author: 扬华 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 27 »

CodeBus www.codebus.net